home *** CD-ROM | disk | FTP | other *** search
/ Delphi Magazine Collection 2001 / Delphi Magazine Collection 20001 (2001).iso / DISKS / Issue50 / Except / TestExceptNotifyUnit1.dfm / TestExceptNotifyUnit1.txt
Encoding:
Text File  |  1999-09-06  |  993 b   |  52 lines

  1. object Form1: TForm1
  2.   Left = 217
  3.   Top = 253
  4.   Width = 334
  5.   Height = 98
  6.   Caption = 'Getting Notifications of Raised Excecptions'
  7.   Font.Color = clWindowText
  8.   Font.Height = -11
  9.   Font.Name = 'MS Sans Serif'
  10.   Font.Style = []
  11.   OnCreate = FormCreate
  12.   OnDestroy = FormDestroy
  13.   PixelsPerInch = 96
  14.   TextHeight = 13
  15.   object AVBtn: TButton
  16.     Left = 40
  17.     Top = 8
  18.     Width = 121
  19.     Height = 25
  20.     Caption = '&Access Violation'
  21.     TabOrder = 0
  22.     OnClick = AVBtnClick
  23.   end
  24.   object RaiseBtn: TButton
  25.     Left = 168
  26.     Top = 8
  27.     Width = 121
  28.     Height = 25
  29.     Caption = '&Convert Error'
  30.     TabOrder = 1
  31.     OnClick = RaiseBtnClick
  32.   end
  33.   object NonExceptionBtn: TButton
  34.     Left = 40
  35.     Top = 40
  36.     Width = 121
  37.     Height = 25
  38.     Caption = '&Non Exception'
  39.     TabOrder = 2
  40.     OnClick = NonExceptionBtnClick
  41.   end
  42.   object QuitBtn: TButton
  43.     Left = 168
  44.     Top = 40
  45.     Width = 121
  46.     Height = 25
  47.     Caption = '&Quit'
  48.     TabOrder = 3
  49.     OnClick = QuitBtnClick
  50.   end
  51. end
  52.